projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bf8207
)
Revert "gdk: Don't crash when resetting cursor"
author
Bastien Nocera
<hadess@hadess.net>
Tue, 15 May 2012 16:57:33 +0000
(17:57 +0100)
committer
Bastien Nocera
<hadess@hadess.net>
Tue, 15 May 2012 16:57:33 +0000
(17:57 +0100)
Patch didn't get reviewed yet.
This reverts commit
779591b62fbc5ee4ebf9912a4416b655cdcf4e32
.
gdk/gdkwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.c
b/gdk/gdkwindow.c
index b7e6a13386d9eea7c5f4634594097545c8d5c575..2683073d0993b8ce1ddf580958731ae1b645ad2b 100644
(file)
--- a/
gdk/gdkwindow.c
+++ b/
gdk/gdkwindow.c
@@
-7805,8
+7805,7
@@
update_cursor (GdkDisplay *display,
* which native window has what cursor set. */
toplevel = get_event_toplevel (pointer_window);
impl_class = GDK_WINDOW_IMPL_GET_CLASS (toplevel->impl);
- if (impl_class->set_device_cursor)
- impl_class->set_device_cursor (toplevel, device, cursor);
+ impl_class->set_device_cursor (toplevel, device, cursor);
}
static gboolean